Skip to content

fix undefined method `get_fields'#837

Merged
jnunemaker merged 1 commit intojnunemaker:mainfrom
zed-0xff:patch-1
Mar 4, 2026
Merged

fix undefined method `get_fields'#837
jnunemaker merged 1 commit intojnunemaker:mainfrom
zed-0xff:patch-1

Conversation

@zed-0xff
Copy link
Copy Markdown
Contributor

@zed-0xff zed-0xff commented Mar 4, 2026

in `parse_cookie': undefined method `get_fields' for "...":String (NoMethodError)

parse_cookie is called as parse_cookie(get_response.headers['Set-Cookie']) but then does resp.get_fields('Set-Cookie') again, which is incorrect

```
in `parse_cookie': undefined method `get_fields' for "...":String (NoMethodError)
```
@jnunemaker jnunemaker merged commit 2daba91 into jnunemaker:main Mar 4, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants